Documentation for Users  2.0.6
Perception Toolbox for Virtual Reality (PTVR) Manual
Primitive shapes

You can easily create cubes, spheres, cylinders, lines etc...

Here is an Example of code to create a Sphere object with all parameters set to default arguments:

my_sphere = PTVR.Stimuli.Objects.Sphere ( )


Demos

Main demos to create and use basic PTVR visual objects are in: ...\PTVR_Researchers\Python_Scripts\DEMOS\Objects\

Python file

Description

10_primitive_shapes.py

Displays some of the primitive PTVR shapes.